github.com/klauspost/compress/zstd.fseEncoder.rleVal (field)
8 uses
github.com/klauspost/compress/zstd (current package)
fse_encoder.go#L33: rleVal uint8 // RLE Symbol
fse_encoder.go#L219: s.rleVal = val
fse_encoder.go#L231: s.ct.symbolTT[s.rleVal].outBits = s.rleVal
fse_encoder.go#L232: s.maxBits = s.rleVal
fse_encoder.go#L235: s.maxBits = transform[s.rleVal]
fse_encoder.go#L236: s.ct.symbolTT[s.rleVal].outBits = s.maxBits
fse_encoder.go#L490: return append(out, s.rleVal), nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |